-
Couldn't load subscription status.
- Fork 12
Feature/250 add pyright #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/250 add pyright #256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer the "reasons why" to be logged in a one issue checklist to keep this a little less verbose. But seeing everything in one place is super helpful! 🤩 Apart from that, things look good here.
Co-authored-by: Isabel Zimmerman <[email protected]>
To resolve #250.
Similar technique used to generate the requirements file as for #254 .
I have triaged each of the rules that are disabled; it looks like some of them would be very easy to re-enable. One or two have some definite false positives and would be worth keeping disabled. The comments in
pyproject.tomlare hopefully helpful but perhaps they should be moved out of the files and into a tracking issue on GitHub.